com.supermap.ar.areffect.gltfModel
Class PbrMetallicRoughness
- java.lang.Object
-
- com.supermap.ar.areffect.gltfModel.PbrMetallicRoughness
-
public class PbrMetallicRoughness extends java.lang.Object
PBR parameter
-
-
Constructor Summary
Constructors Constructor and Description PbrMetallicRoughness()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Float[]
getBaseColorFactor()
Gets basic color parametersBaseColorTexture
getBaseColorTexture()
Gets the basic texture parameterjava.lang.Float
getMetallicFactor()
Gets the metallicity parameterjava.lang.Float
getRoughnessFactor()
Gets the roughness parametervoid
setBaseColorFactor(java.lang.Float[] baseColorFactor)
Sets basic color parametersvoid
setBaseColorTexture(BaseColorTexture baseColorTexture)
Sets the basic texture parametervoid
setMetallicFactor(java.lang.Float metallicFactor)
Sets the metallicity parametervoid
setRoughnessFactor(java.lang.Float roughnessFactor)
Sets the roughness parameter
-
-
-
Method Detail
-
setBaseColorFactor
public void setBaseColorFactor(java.lang.Float[] baseColorFactor)
Sets basic color parameters- Parameters:
baseColorFactor
-
-
getBaseColorFactor
public java.lang.Float[] getBaseColorFactor()
Gets basic color parameters- Returns:
-
setMetallicFactor
public void setMetallicFactor(java.lang.Float metallicFactor)
Sets the metallicity parameter- Parameters:
metallicFactor
-
-
getMetallicFactor
public java.lang.Float getMetallicFactor()
Gets the metallicity parameter- Returns:
-
setRoughnessFactor
public void setRoughnessFactor(java.lang.Float roughnessFactor)
Sets the roughness parameter- Parameters:
roughnessFactor
-
-
getRoughnessFactor
public java.lang.Float getRoughnessFactor()
Gets the roughness parameter- Returns:
-
setBaseColorTexture
public void setBaseColorTexture(BaseColorTexture baseColorTexture)
Sets the basic texture parameter- Parameters:
baseColorTexture
-
-
getBaseColorTexture
public BaseColorTexture getBaseColorTexture()
Gets the basic texture parameter- Returns:
-
-